Resource StructureDefinition/FHIR Server from package de.uk-koeln.nngm.form#1.0.0 (156 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "Profile-nNGM-Observation-Tumorstadium",
"url" : "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/tumorstadium",
"version" : "1.0.0",
"name" : "Profile_nNGM_Observation_Tumorstadium",
"title" : "Profile - nNGM - Observation - Tumorstadium",
"status" : "active",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"constraint" : [
{
"key" : "obs-nngm-1",
"severity" : "error",
"human" : "Falls kein Messwert verfügbar ist, muss eine dataAbsentReason angegeben werden",
"expression" : "value.exists().not() implies dataAbsentReason.exists()"
}
]
},
{
"id" : "Observation.extension",
"path" : "Observation.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Observation.extension:kurativ-operabel",
"path" : "Observation.extension",
"sliceName" : "kurativ-operabel",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/tnm-kurativ-operabel"
]
}
]
},
{
"id" : "Observation.extension:kurativ-operabel.value[x]",
"path" : "Observation.extension.value[x]",
"label" : "Kurativ-operabel",
"mustSupport" : true
},
{
"id" : "Observation.extension:ErstDiagnose",
"path" : "Observation.extension",
"sliceName" : "ErstDiagnose",
"label" : "Erstdiagnose",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/tnm-erstdiagnose"
]
}
]
},
{
"id" : "Observation.extension:ErstDiagnose.value[x]",
"path" : "Observation.extension.value[x]",
"label" : "Erstdiagnose",
"short" : "Ob es sich um die Erstdiagnose handelt",
"mustSupport" : true
},
{
"id" : "Observation.extension:uicc-version",
"path" : "Observation.extension",
"sliceName" : "uicc-version",
"label" : "Uicc Version",
"max" : 1,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/uiccVersion"
]
}
]
},
{
"id" : "Observation.extension:uicc-version.value[x]",
"path" : "Observation.extension.value[x]",
"label" : "Uicc Version",
"short" : "Welche Version UICC Kriterien verwendet werden soll",
"mustSupport" : true
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"fixedCode" : "final"
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.category:survey",
"path" : "Observation.category",
"sliceName" : "survey",
"min" : 1,
"max" : "1",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "survey"
}
]
}
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.code.coding:sct",
"path" : "Observation.code.coding",
"sliceName" : "sct",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct",
"code" : "260879005"
}
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"min" : 1
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"type" : [
{
"code" : "dateTime"
}
]
},
{
"id" : "Observation.effective[x]:effectiveDateTime",
"path" : "Observation.effective[x]",
"sliceName" : "effectiveDateTime",
"label" : "Datum",
"min" : 1,
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"type" : [
{
"code" : "CodeableConcept"
}
]
},
{
"id" : "Observation.value[x]:valueCodeableConcept",
"path" : "Observation.value[x]",
"sliceName" : "valueCodeableConcept",
"label" : "UICC-Stadium",
"short" : "Klassifikation des Tumorstadiums nach UICC",
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://uk-koeln.de/fhir/ValueSet/nNGM/uicc-stage"
}
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "code"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.component:T",
"path" : "Observation.component",
"sliceName" : "T",
"label" : "Tumor (T)",
"max" : "1"
},
{
"id" : "Observation.component:T.extension",
"path" : "Observation.component.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Observation.component:T.extension:suffix",
"path" : "Observation.component.extension",
"sliceName" : "suffix",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/tnm-suffix-t"
]
}
]
},
{
"id" : "Observation.component:T.extension:suffix.value[x]",
"path" : "Observation.component.extension.value[x]",
"label" : "T - Suffix",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"short" : "Suffix bezogen auf die 'T'-Angabe innerhalb des TNM",
"mustSupport" : true
},
{
"id" : "Observation.component:T.extension:praefix",
"path" : "Observation.component.extension",
"sliceName" : "praefix",
"label" : "T - Präfix",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/tnm-cpu-praefix"
]
}
]
},
{
"id" : "Observation.component:T.extension:praefix.value[x]",
"path" : "Observation.component.extension.value[x]",
"label" : "T - Präfix",
"short" : "CPU-Präfix bezogen auf die 'T'-Angabe innerhalb des TNM",
"mustSupport" : true
},
{
"id" : "Observation.component:T.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "78873005"
}
]
}
},
{
"id" : "Observation.component:T.code.coding",
"path" : "Observation.component.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.component:T.code.coding:sct",
"path" : "Observation.component.code.coding",
"sliceName" : "sct",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct",
"code" : "78873005"
}
},
{
"id" : "Observation.component:T.value[x]",
"path" : "Observation.component.value[x]",
"label" : "Tumor (T)",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"short" : "Dokumentation der GröÃe und Ausdehnung des Tumors nach TNM-Klassifikation",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:T.value[x]:valueCodeableConcept",
"path" : "Observation.component.value[x]",
"sliceName" : "valueCodeableConcept",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://uk-koeln.de/fhir/ValueSet/nNGM/tnm-t"
}
},
{
"id" : "Observation.component:T.referenceRange",
"path" : "Observation.component.referenceRange",
"contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
},
{
"id" : "Observation.component:N",
"path" : "Observation.component",
"sliceName" : "N",
"label" : "Lymphknoten (N)",
"max" : "1"
},
{
"id" : "Observation.component:N.extension",
"path" : "Observation.component.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Observation.component:N.extension:praefix",
"path" : "Observation.component.extension",
"sliceName" : "praefix",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/tnm-cpu-praefix"
]
}
]
},
{
"id" : "Observation.component:N.extension:praefix.value[x]",
"path" : "Observation.component.extension.value[x]",
"label" : "N - Präfix",
"short" : "CPU-Präfix bezogen auf die 'N'-Angabe innerhalb des TNM",
"mustSupport" : true
},
{
"id" : "Observation.component:N.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "277206009"
}
]
}
},
{
"id" : "Observation.component:N.code.coding",
"path" : "Observation.component.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.component:N.code.coding:sct",
"path" : "Observation.component.code.coding",
"sliceName" : "sct",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct",
"code" : "277206009"
}
},
{
"id" : "Observation.component:N.value[x]",
"path" : "Observation.component.value[x]",
"label" : "Lymphknoten (N)",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"short" : "Dokumentation der Zahl und Lage der befallenen Lymphknoten nach TNM-Klassifikation",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:N.value[x]:valueCodeableConcept",
"path" : "Observation.component.value[x]",
"sliceName" : "valueCodeableConcept",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://uk-koeln.de/fhir/ValueSet/nNGM/tnm-n"
}
},
{
"id" : "Observation.component:N.referenceRange",
"path" : "Observation.component.referenceRange",
"contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
},
{
"id" : "Observation.component:M",
"path" : "Observation.component",
"sliceName" : "M",
"label" : "Metastasen (M)",
"max" : "1"
},
{
"id" : "Observation.component:M.extension",
"path" : "Observation.component.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 0
},
{
"id" : "Observation.component:M.extension:praefix",
"path" : "Observation.component.extension",
"sliceName" : "praefix",
"min" : 0,
"type" : [
{
"code" : "Extension",
"profile" : [
"http://uk-koeln.de/fhir/StructureDefinition/Extension/nNGM/tnm-cpu-praefix"
]
}
]
},
{
"id" : "Observation.component:M.extension:praefix.value[x]",
"path" : "Observation.component.extension.value[x]",
"label" : "M - Präfix",
"short" : "CPU-Präfix bezogen auf die 'M'-Angabe innerhalb des TNM",
"mustSupport" : true
},
{
"id" : "Observation.component:M.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "277208005"
}
]
}
},
{
"id" : "Observation.component:M.code.coding",
"path" : "Observation.component.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.component:M.code.coding:sct",
"path" : "Observation.component.code.coding",
"sliceName" : "sct",
"min" : 1,
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct",
"code" : "277208005"
}
},
{
"id" : "Observation.component:M.value[x]",
"path" : "Observation.component.value[x]",
"label" : "Metastasen (M)",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"short" : "Dokumentation der Abwesenheit oder Vorhandensein von Metastasen nach TNM-Klassifikation",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:M.value[x]:valueCodeableConcept",
"path" : "Observation.component.value[x]",
"sliceName" : "valueCodeableConcept",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://uk-koeln.de/fhir/ValueSet/nNGM/tnm-m"
}
},
{
"id" : "Observation.component:M.referenceRange",
"path" : "Observation.component.referenceRange",
"contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
},
{
"id" : "Observation.component:TNM-prefix",
"path" : "Observation.component",
"sliceName" : "TNM-prefix",
"label" : "TNM-Präfix",
"max" : "1"
},
{
"id" : "Observation.component:TNM-prefix.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "399566009"
}
]
}
},
{
"id" : "Observation.component:TNM-prefix.value[x]",
"path" : "Observation.component.value[x]",
"label" : "Präfix",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"short" : "TNM - Präfix y-Symbol und r-Symbol",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:TNM-prefix.value[x]:valueCodeableConcept",
"path" : "Observation.component.value[x]",
"sliceName" : "valueCodeableConcept",
"min" : 1,
"type" : [
{
"code" : "CodeableConcept"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "http://uk-koeln.de/fhir/ValueSet/nNGM/tnm-ry-praefix"
}
},
{
"id" : "Observation.component:TNM-prefix.referenceRange",
"path" : "Observation.component.referenceRange",
"contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.